numeric$54043$ - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

numeric$54043$ - перевод на греческий

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric      
adj. αριθμητικός
database language         
  • Basic structure of navigational [[CODASYL]] database model
  • Collage of five types of database models
  • thumb
  • In the [[relational model]], records are "linked" using virtual keys not stored in the database but defined as needed between the data contained in the records.
ORGANIZED COLLECTION OF DATA IN COMPUTING
Database management system; DBMS; Database/Applications; Database system; List of database servers; List of Database Servers; Data base; Database software; Databases; Distributed data base; Database language; Dbms; Database Management System; Database management systems; Database systems; Data Base; Database instance; Distributed database management system; DDBMS; Distributed Database Management System; Data base management system; Database manager; Computer database; Database programming; Database development; Replication transparency; Forensic database; Db management; Database Management; Data bases; Database management software; Database System; Relation-valued attribute; Information Principle; Database Manager; Query Processing; Database query; Public database; D-base; DBMSs; Enterprise database management; Database management program; Database information system; Database management; Computer Databases; DB file; Types of DBMS; Database queries; Data-base; Scientific database; Research database; Numeric database; General-purpose DBMS; Distributed databases; DataBase; Database backend; Electronic data processing database; Public databases; History of database systems; Static analysis of query languages; Database (computing); Database languages
γλώσσα βάσης δεδομένων
decimal point         
  • Data unavailable}}
  • via=scan published by [[Harvard-Smithsonian Center for Astrophysics]] }}</ref>
  • California milepost marker at mile 144.44
  • Three ways to group the number ten thousand with digit group separators.<br/>1) Space, the internationally recommended thousands separator.<br/>2) Period (or full stop), the thousands separator used in many non-English speaking countries.<br/>3) Comma, the thousands separator used in most English-speaking countries.
SYMBOL USED TO SEPARATE THE INTEGER PART FROM THE FRACTIONAL PART OF A NUMBER WRITTEN IN BASE 10
Radix point; Decimal comma; Decimal point; ٫; Binary point; Momayyez; Decimal dot; Thousands separator; Digit group separator; Decimal period; Thousands' separator; Decimal divider; Digit grouping; Radix character; ⎖; Radix mark; Radix separator; ٬; Decimal separator key; Decimal sign; Thousands-separator; Upper comma; Decimal form; Decimal marker; Monetary decimal separator; Numeric decimal separator; Version decimal separator; Decimal version separator; Pythagorean arc; Separatrix (decimal mark); Decimal marks; Decimal separators; Decimal mark; Thousands divider; Thousand divider; Thousand separator; Thousands period; Thousands comma; Thousands marker; Decimal separation
δεκαδικό σημείο

Определение

numeric keypad
<hardware> A keypad that has become a standard feature of PC keyboards, consisting of a rectangular array of 17 extra keys at the right-hand end: 0-9, ., Num Lock, /, *, -, + and Enter. Apart from Num Lock, these typically duplicate the function of other keys but are designed to make entering basic numerical calculations as quick as on a digital calculator. It is often possible to assign completely different functions to these keys according to the needs of a particular application. (2007-01-31)

Википедия

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.